<xs:simpleType name="FeedbackTypeSentType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>The type of feedback sent.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="positive" /> <xs:enumeration value="negative" /> <xs:enumeration value="neutral" /> <xs:enumeration value="unknown" /> </xs:restriction> </xs:simpleType>
© 2022 All Rights Reserved.